home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
source
/
rfvdemo
/
scroll.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-14
|
208 b
|
16 lines
// SCROLL.H
#ifndef _SCROLL_H
#define _SCROLL_H
#include "def.h"
#include <stdlib.h>
#include <conio.h>
#include <new.h>
#include <stdio.h>
void scrolldata(void);
void scroll(void);
#endif